home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / unix / ipcclean < prev    next >
Encoding:
Text File  |  1992-08-27  |  918 b   |  26 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/unix/RCS/ipcclean,v 1.6 1992/07/13 03:45:59 ptong Exp $
  3. .SP IPCCLEAN UNIX 6/14/90
  4. .XA 1 "ipcclean"
  5. .uh NAME
  6. .lp
  7. ipcclean \*- clean up shared memory and semaphores from aborted backends
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBipcclean\fR
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. Ipcclean cleans up shared memory and semaphore space from aborted backends.
  16. Only the DBA should execute this program, as it can cause bizarre behavior
  17. if run during multi-user execution.  This program should be ran if errors
  18. such as \fBsemget: No space left on device\fR are encountered in starting up
  19. programs like the Postmaster or \*(PP backend.
  20. .pp
  21. .uh BUGS
  22. .lp
  23. If this command is run while a Postmaster or backend is running, the shared
  24. memory and semaphores allocated by the postmaster will be deleted.  This will
  25. result in a general failure of the backends which are currently running.
  26.